home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / programming / oracle7 7.2 / NET / SPX22 / SPX22.INS < prev    next >
Encoding:
Text File  |  1995-09-19  |  1.2 KB  |  44 lines

  1. /* Copyright (c) Oracle Corporation 1992.  All Rights Reserved */
  2. /*****************************************************************************
  3.   NAME
  4.     spx22.ins - Windows 95 V3 installation script for SPX Protocol Adapter.
  5.  
  6.   DESCRIPTION
  7.     This script performs the installation tasks for the Windows 95 SPX
  8.     product.
  9.  
  10.   OWNER
  11.     Lav Jain
  12.  
  13.   MODIFIED    DD-MMM-YY Reason
  14.     trodgers  10-APR-92 Created.
  15.     zkhan     11-AUG-93 Modified for SQLNET and for using V3.0.9.3.2 or later
  16.             of the installer.
  17.     eflores   06-APR-94 Modified for Windows NT
  18.     ljain     07-JUL-95 Modified for Windows 95.
  19. *****************************************************************************/
  20. {
  21.   if (doit)
  22.   {
  23.     ins_ratchet = "2.2.2.0.0";
  24.     execute("%installer_home%\win95.ins");
  25.  
  26.     ui_product(product_label);
  27.  
  28.     ui_action(instantiate(net2_install_script));
  29.     copy(deinstl);
  30.  
  31.     ui_action(instantiate(net2_install_dll));
  32.     copy(dll); 
  33.  
  34.     /* Register Product and Dependencies */
  35.  
  36.     ui_action(instantiate(net2_register));
  37.     register(current_product);
  38.     if (member(selected_products,current_product))
  39.       reference(current_product);
  40.  
  41.   }
  42.  
  43. }
  44.